CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - post get

搜索资源列表

  1. httppost_code

    0下载:
  2. 上傳網頁功能,包含post/get等-Upload web page features, including post/get, etc. .....................
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:26792
    • 提供者:albert
  1. demo

    0下载:
  2. A Short MEX Tutorial and Demo These functions allow you to program in C or C++ (ultra fast languages), but be able to call and use them from Matlab programs. This post is a short intro to mex files which should get you up and running.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1096
    • 提供者:宁之林
  1. HttpRequest

    1下载:
  2. 本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol' s request message, including GET, POST method, compiled through the windows, you can run.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1899
    • 提供者:lijuan
  1. mini_httpd-1.19php

    0下载:
  2. mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it s quite adequate. It implements all the basic features of an HTTP server, including: GET, HEAD, and POST methods. CGI. Basic authenticati
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:48049
    • 提供者:henry
  1. Mock

    0下载:
  2. 页面提交类.可垮域提交,返回接收数据.post get方法,可编码.-Mock
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1417
    • 提供者:kop
  1. lqq_util

    0下载:
  2. 常用工具类,包括文件下载,类型安全转换,POST,GET模拟实现等.-Commonly used tools, including file downloads, type-safe conversions, POST, GET simulation be realized.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:573087
    • 提供者:lqq
  1. Sockets-2.3.9.1

    0下载:
  2. C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-21
    • 文件大小:318774
    • 提供者:geddy
  1. iis6.0post

    0下载:
  2. 用于检测iis post get请求。支持iis 6.0-Used to detect iis post get request. Support for iis 6.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:350868
    • 提供者:daniel zhu
  1. ajaxDemo

    0下载:
  2. 函数名: ajaxDemo(清风ajax简易函数) 作者: 清风 版本: 1.00 开发日期: 2009-11-6 修改日期: 2009-11-6 Email: wangjiashuy@hotmail.com QQ: 670435718 函数参数介绍: ajaxMethod:传递方式,可选"post","get" ajaxSubmitPage:处理页地址 ajaxArr:需要处理的表单,为数组类型,可以同时处理多个表单项 ajaxShowDiv:
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-26
    • 文件大小:2784
    • 提供者:清风
  1. Ajaxky

    0下载:
  2. 使用 迈云 Ajax 类可以无刷新 发送 GET 或 POST 请求,通过放置安全策略文件可以跨域访问网站,获取内容,适合多站点间的互联互通。-Ajax class can use the step goes to send GET or POST without refresh request, by placing security policy files can be cross-domain access to sites, access to content, for interop
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:8051
    • 提供者:nana
  1. SendBBS

    0下载:
  2. 模拟网络HTTP协议数据包,软件实现发包功能。可以用于论坛灌水,程序开发。支持POST、GeT方式-HTTP protocol data packets analog network, software contracting function. Irrigation can be used for forums, program development. Support for POST, GeT way
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:233715
    • 提供者:邹小川
  1. WinInetHttpClient

    0下载:
  2. C++使用socket实现在http协议 支持GET,POST-use socket to implantation http protocol. Now support GET & POST
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:27080
    • 提供者:king
  1. httptransaction

    0下载:
  2. 基于Rhttptransaction的网络编程例子,具有post,get功能。不用修改可以直接下载wap.163.com网页-Network programming based on Rhttptransaction example, with post, get function. Can not modify the Web page to download wap.163.com
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:26977
    • 提供者:张志风
  1. JHttpserver

    0下载:
  2. An Http sevrer who support method Get and Head and Post.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1025385
    • 提供者:Houadef Adel
  1. 5

    0下载:
  2. This example shows how to sent a POST request to a server with attached parameters. Two parameters are sent in the example code below, width and height. We use the URL and URLConnection classes to open the connection to the destination. Then the ou
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:736
    • 提供者:Nandini
  1. TestGetPost

    1下载:
  2. 程序示范了如何向Web站点发送GET请求、POST请求,并从Web站点取得响应的示例-Program demonstrates how to send a GET request to the Web site, POST request and response obtained from the sample Web site
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1409
    • 提供者:李萌
  1. JavaHttpClient

    0下载:
  2. 提供的主要的功能: 实现了所有 HTTP 的方法(GET,POST,PUT,HEAD 等) 支持自动转向 支持 HTTPS 协议 支持代理服务器等 -Provides main functions: to achieve all the HTTP methods (GET, POST, PUT, HEAD, etc.) to support automatic shifting in favor of HTTPS protocol support proxy se
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-20
    • 文件大小:6083775
    • 提供者:陈一
  1. HTTPClient

    0下载:
  2. httpClient.it can send HTTP requert by get/post method.
  3. 所属分类:Web Server

    • 发布日期:2017-03-30
    • 文件大小:38941
    • 提供者:a
  1. HTTPSERVER

    0下载:
  2. HTTP服务程序 实现get post方法 并有加密与签名-HTTP service program to achieve get post and have encryption and signatures
  3. 所属分类:Web Server

    • 发布日期:2017-03-29
    • 文件大小:80236
    • 提供者:crystal
  1. EX08_01_1

    0下载:
  2. Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:39312
    • 提供者:郁云
« 1 2 34 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com